home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 1.iso / dist / fw_cyrus-imapd.idb / usr / freeware / cyrus / etc / sendmail.mc.patch.z / sendmail.mc.patch
Text File  |  2001-07-06  |  1KB  |  35 lines

  1. --- sendmail.mc.orig    Thu Jan  4 16:37:38 2001
  2. +++ sendmail.mc    Wed Jun 13 09:44:56 2001
  3. @@ -28,9 +28,12 @@
  4.  VERSIONID(`@(#)sgi-irix6.mc    8.7 (Berkeley) 2/3/1999')
  5.  OSTYPE(irix6)dnl
  6.  define(`ALIAS_FILE',`/etc/aliases,nsd:mail.aliases')dnl
  7. -FEATURE(`local_lmtp',`/usr/bin/mail.local')dnl
  8. +FEATURE(`local_lmtp',`/var/cyrus/socket/lmtp')dnl
  9.  MAILER(local)dnl
  10. +define(`CYRUS_MAILER_PATH',`/usr/freeware/cyrus/bin/deliver')dnl
  11. +define(`CYRUS_MAILER_FLAGS',`lsDFMnPqA@/:|')dnl
  12.  MAILER(smtp)dnl
  13. +MAILER(cyrus)dnl
  14.  #
  15.  # Compatability with previous IRIX versionss
  16.  define(`DATABASE_MAP_TYPE', `dbm')dnl
  17. @@ -73,7 +76,17 @@
  18.  # Support mailnews relaying - added by newGETmail on Fri Sep 22 14:23:00 PDT 2000
  19.  define(`USENET_RELAY', `mailnews.engr.sgi.com')dnl
  20.  FEATURE(`mailnews',`mail sgi _NEWS_')dnl
  21. +
  22. +define(`confLOCAL_MAILER',`cyrus')dnl
  23. +
  24.  # Support mail relaying  for current domain - added by newGETmail on Fri Sep 22 14:23:00 PDT 2000
  25.  `Cm sgi.com'
  26.  define(`SMART_HOST',`relay.engr.sgi.com')dnl # configmail
  27.  FEATURE(`smart_host_domain',`engr.sgi.com sgi.com ')dnl # configmail
  28. +
  29. +LOCAL_RULE_0
  30. +Rbb + $+ < @ $=w . >    $#cyrusbb $: $1
  31. +LOCAL_RULESETS
  32. +# if there's a plus part, we want to directly deliver it
  33. +SLocal_localaddr
  34. +R$+ + $*    $#cyrus $@ $: $1 + $2
  35.